public class FragmenterBondType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
FragmenterBondType() |
protected |
FragmenterBondType(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
long |
getAtom1Label() |
long |
getAtom1Type() |
long |
getAtom2Label() |
long |
getAtom2Type() |
Bond.BondType |
getBondType() |
protected static long |
getCPtr(FragmenterBondType obj) |
ROMol |
getQuery() |
void |
setAtom1Label(long value) |
void |
setAtom1Type(long value) |
void |
setAtom2Label(long value) |
void |
setAtom2Type(long value) |
void |
setBondType(Bond.BondType value) |
void |
setQuery(ROMol value) |
protected FragmenterBondType(long cPtr, boolean cMemoryOwn)
public FragmenterBondType()
protected static long getCPtr(FragmenterBondType obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setAtom1Label(long value)
public long getAtom1Label()
public void setAtom2Label(long value)
public long getAtom2Label()
public void setAtom1Type(long value)
public long getAtom1Type()
public void setAtom2Type(long value)
public long getAtom2Type()
public void setBondType(Bond.BondType value)
public Bond.BondType getBondType()
public void setQuery(ROMol value)
public ROMol getQuery()